Eric M. Ludlam <eric at siege-engine.com>
authorGlenn Morris <rgm@gnu.org>
Thu, 7 Jun 2007 06:19:20 +0000 (06:19 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 7 Jun 2007 06:19:20 +0000 (06:19 +0000)
(checkdoc-ispell-lisp-words): Remove "iff".

lisp/emacs-lisp/checkdoc.el

index 14b9ce55d9e04cc688bf45bd1d9208690c7b0d50..b4d925686ca360162ec3bc83498d2ab6e0142fe5 100644 (file)
@@ -263,7 +263,7 @@ system.  Possible values are:
                 (const t)))
 
 (defvar checkdoc-ispell-lisp-words
-  '("alist" "emacs" "etags" "iff" "keymap" "paren" "regexp" "sexp" "xemacs")
+  '("alist" "emacs" "etags" "keymap" "paren" "regexp" "sexp" "xemacs")
   "List of words that are correct when spell-checking Lisp documentation.")
 
 (defcustom checkdoc-max-keyref-before-warn 10